Class CesopDuplicateTransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
eu.europa.ec.taxud.cesop.validation.CesopDuplicateTransactionException
- All Implemented Interfaces:
Serializable
The type Cesop duplicate transaction exception.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCesopDuplicateTransactionException(String message) Instantiates a new Cesop duplicate transaction exception.CesopDuplicateTransactionException(String message, Throwable cause) Instantiates a new Cesop duplicate transaction exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CesopDuplicateTransactionException
Instantiates a new Cesop duplicate transaction exception.- Parameters:
message- the message
-
CesopDuplicateTransactionException
Instantiates a new Cesop duplicate transaction exception.- Parameters:
message- the messagecause- the cause
-